DeleteRow(ITableRow[]) Method
Deletes the specified rows in the table.

C# Syntax

void DeleteRow( 
   params ITableRow[] rows
)

Parameters

rows
the ITableRow rows to delete.